home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / misc / textdem5.txt < prev    next >
Encoding:
Text File  |  2000-01-01  |  3.5 KB  |  73 lines

  1. Short: 3D Dungeon with shading AGA/ECS (68020+)                    
  2. Type: gfx/misc                                                     
  3. Uploader: kees@grafix.wlink.nl (Kees Huizer)                       
  4. Author: john.hendrikx@grafix.wlink.nl (John Hendrikx)              
  5.                                                                    
  6. This demo enables you to walk through a 3D dungeon.  All walls are 
  7. realtime texturemapped and shaded.  The ECS version uses 64 colors.
  8. The AGA version uses 256 colors.
  9.  
  10. New Features since TextDemo 4:
  11.  
  12.   - 20-30% faster than TextDemo 4
  13.   - Walls no longer need to be at 90 degrees of each other
  14.   - Real light-sourced (better than DOOM) shading, with multiple
  15.     (fixed or moving) lightsources
  16.   - Multiple pixel resolutions available (1x1, 2x1, 1x2 or 2x2)
  17.   - Uses a very big maze with multiple textures (map included)
  18.  
  19. Note: - This demo requires a 68020 or better to work, otherwise it happily
  20.         crashes your machine :-)
  21.  
  22. TextDemo5-OCS  : For use on machines with only a 0.5 MB of ChipRAM (normal
  23.                  Agnus chip) -- no BlitterC2P supported
  24. TextDemo5-ECS  : For use on machines with more than 0.5 MB of ChipRAM
  25.                  -- about 10% faster than the OCS version.
  26. TextDemo5-AGA  : For use on AGA machines (what else?)
  27.  
  28. ============================================================================
  29.  
  30. Some details:
  31.  
  32.  - This demo now uses a completely different method of drawing the walls
  33.    then previous TextDemos.  It now uses Raycasting to draw the view.
  34.  - The ECS demo runs in EHB 6 bitplanes mode (sorry it looks a bit ugly
  35.    but it is the best possible using 64 colors)
  36.  - The AGA demo runs in 8 bitplanes mode ($dff1fc set to $0001 because of
  37.    bitmap-width problems when using $0003 -- this should not cause any
  38.    slow down)
  39.  - The source walls are still 64x64 pixels but I will change this to
  40.    (at least) 128x128 in a next release (if I don't get some sort of
  41.    game-contract or something before that time -- hint, hint ;-))
  42.  - All walls are drawn in full detail, no 'blocky' edges, unless ofcourse
  43.    you're using 2x1, 1x2 or 2x2 pixels modes :-)
  44.  - The C2P conversion has been completely rewritten.  Normally a 16-pixel
  45.    C2P conversion needs 5 passes (8,4,2,1 bit switching and 2 bytes to
  46.    word conversion).  These five passes have been split up over three
  47.    different routines.  The first and the last pass is handled by the
  48.    Texture-mapping routine itself (takes no time at all (!!)).  The 2nd
  49.    and 3rd pass is done using the CPU, and the 4th pass is done using
  50.    the blitter while the CPU is working on the next frame.
  51.  - Lightsources are handled in a way so that adding more light-sources will
  52.    only result in a very minor slowdown.
  53.  - The collision detection is a bit bumpy -- this still needs some work.
  54.  
  55. --------------------------------------------------------------------------
  56. UUCP: john.hendrikx@grafix.wlink.nl
  57. FIDO: 2:286/407.8
  58.  AMY: 39:153/201.8
  59.  NLA: 14:101/200.8
  60.  
  61.  
  62. ============================= Archive contents =============================
  63.  
  64. Original  Packed Ratio    Date     Time    Name
  65. -------- ------- ----- --------- --------  -------------
  66.    19632    5844 70.2% 08-Jul-94 20:52:56  TD5-Map.pic
  67.   231624   70219 69.6% 08-Jul-94 20:48:58  TextDemo5-AGA
  68.   215856   63760 70.4% 08-Jul-94 20:48:36  TextDemo5-ECS
  69.   213984   63242 70.4% 08-Jul-94 20:47:38  TextDemo5-OCS
  70.     3750    1799 52.0% 08-Jul-94 20:58:44  TextDemo5.doc
  71. -------- ------- ----- --------- --------
  72.   684846  204864 70.0% 13-Jul-94 21:30:32   5 files
  73.